home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000426_delgado_harvey@yahoo.com_Mon Oct 25 12:38:48 2004.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: newsmaster.cc.columbia.edu!panix!newsfeed.media.kyoto-u.ac.jp!postnews1.google.com!not-for-mail
  2. From: delgado_harvey@yahoo.com (Harvey)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Kermit ftp syntax
  5. Date: 25 Oct 2004 07:49:44 -0700
  6. Organization: http://groups.google.com
  7. Lines: 14
  8. Message-ID: <2f35e2b3.0410250649.23a55eca@posting.google.com>
  9. NNTP-Posting-Host: 148.87.1.170
  10. Content-Type: text/plain; charset=ISO-8859-1
  11. Content-Transfer-Encoding: 8bit
  12. X-Trace: posting.google.com 1098715785 28579 127.0.0.1 (25 Oct 2004 14:49:45 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Mon, 25 Oct 2004 14:49:45 +0000 (UTC)
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15210
  16.  
  17. Hi All,
  18. I am doing a ftp of files and for this first I am doing a cd to the
  19. target directory. The directory name is 'HD Test Folder' and the only
  20. way to change to this directory is using the following command:
  21.  
  22. cd HD Test Folder
  23.  
  24. When a try to use: cd "HD Test Folder" or cd {HD Test Folder} then I
  25. get and error saying is an invalid directory.
  26.  
  27. What is the correct way to enclose the path having blank spaces.
  28.  
  29. Regards
  30. Harvey